home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / CodeBank.exe / KfmCodeBank.exe / 0 / RCDATA / TFRMADDCODE / TFRMADDCODE.txt < prev   
Encoding:
Text File  |  1999-12-23  |  1.6 KB  |  85 lines

  1. object frmAddCode: TfrmAddCode
  2.   Left = 193
  3.   Top = 185
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add code '
  7.   ClientHeight = 123
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgMain: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 352
  23.     Height = 123
  24.     Align = alClient
  25.     Picture.Data = {<image000.TMetafile>}
  26.   end
  27.   object lblNothing1: TLabel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 24
  31.     Height = 13
  32.     Caption = 'Title:'
  33.     Transparent = True
  34.   end
  35.   object lblNothing2: TLabel
  36.     Left = 80
  37.     Top = 8
  38.     Width = 159
  39.     Height = 16
  40.     Alignment = taCenter
  41.     Caption = 'Add a new piece of code'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object edtTitle: TEdit97
  51.     Left = 40
  52.     Top = 45
  53.     Width = 305
  54.     Height = 19
  55.     TabOrder = 0
  56.     Text = 'Untitled'
  57.   end
  58.   object btnOK: TButton
  59.     Left = 192
  60.     Top = 96
  61.     Width = 73
  62.     Height = 23
  63.     Caption = '&OK'
  64.     Default = True
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clNavy
  67.     Font.Height = -11
  68.     Font.Name = 'Tahoma'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 1
  72.     OnClick = btnOKClick
  73.   end
  74.   object btnCancel: TButton
  75.     Left = 272
  76.     Top = 96
  77.     Width = 73
  78.     Height = 23
  79.     Cancel = True
  80.     Caption = '&Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.   end
  84. end
  85.